In the Rest API reference, the List Incidents endpoint is described as “List existing incidents”, while Get an Incident is described as “Show detailed information about an incident”.
Based on that, my expectation is that the incident list will contain an array of incidents main data and the Get an incident call would return the full information about the incident. By making a few API calls I confirmed that indeed Get an incident returns slightly more info about some incidents compared to List incident (in my calls it was only the impacted_services array).
However, in the api reference docs, the response schema for both calls is exactly the same. How can I be sure about what is the exact extra data returned by the Get an incident which is not part of the List incidents?